gtkwidget: Cancel all gestures in other groups
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 19 Jun 2020 16:50:51 +0000 (18:50 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 23 Jun 2020 21:42:53 +0000 (23:42 +0200)
commit4fe608e4231f3c04a561220acf736d1128a770b3
treed1aa9a9c1079ca54ccf33791811f08c2ec05c597
parent2cfeb1048c1090b7ce99638bd19feaf41246a8f2
gtkwidget: Cancel all gestures in other groups

When a gesture (group) claims a sequence, all other gesture groups
in the same widget should get cancelled. Not just previously claimed
ones, that shouldn't happen actually.
gtk/gtkwidget.c